object DLGLocate: TDLGLocate Left = 170 Top = 97 Width = 381 Height = 308 ActiveControl = txtSearchString Caption = 'Locate Value' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] KeyPreview = True PixelsPerInch = 96 OnKeyDown = FormKeyDown TextHeight = 16 object GroupBox1: TGroupBox Left = 25 Top = 20 Width = 216 Height = 53 Caption = 'Value:' TabOrder = 0 object txtSearchString: TEdit Left = 8 Top = 20 Width = 201 Height = 24 TabOrder = 0 OnChange = txtSearchStringChange end end object GroupBox2: TGroupBox Left = 25 Top = 80 Width = 216 Height = 117 TabOrder = 1 object Bevel1: TBevel Left = -1 Top = 40 Width = 214 Height = 13 Shape = bsBottomLine end object cbxCaseSensitive: TCheckBox Left = 12 Top = 20 Width = 121 Height = 17 Caption = '&Case Sensitive' State = cbChecked TabOrder = 0 end object rbExactMatch: TRadioButton Left = 8 Top = 64 Width = 121 Height = 17 Caption = '&Exact Match' Checked = True TabOrder = 1 TabStop = True end object rbPatternMatch: TRadioButton Left = 8 Top = 88 Width = 121 Height = 17 Caption = '@ &and ..' TabOrder = 2 end end object GroupBox3: TGroupBox Left = 25 Top = 212 Width = 216 Height = 57 Caption = 'Fields:' TabOrder = 2 object cbxFields: TComboBox Left = 8 Top = 20 Width = 201 Height = 24 ItemHeight = 16 TabOrder = 0 end end object bOK: TButton Left = 259 Top = 44 Width = 89 Height = 33 Caption = '&OK' Default = True Enabled = False TabOrder = 3 OnClick = bOKClick end object bCancel: TButton Left = 259 Top = 84 Width = 89 Height = 33 Caption = '&Cancel' TabOrder = 4 OnClick = bCancelClick end object bHelp: TButton Left = 259 Top = 124 Width = 89 Height = 33 Caption = '&Help' TabOrder = 5 OnClick = bHelpClick end end